home *** CD-ROM | disk | FTP | other *** search
/ Cinema Studio: Frank Herrmann / Cinema Studio - Frank Herrmann.iso / tools / dust / dusthelp / batchfiles < prev    next >
Text File  |  1995-05-24  |  506b  |  19 lines

  1.                           Batchfiles
  2. -----------------------------------------------------------------
  3.  Batchfiles are executed by the command "EXEC"
  4.  They consists of normal Dust-commands, comments are
  5.  indrocuded by ";" or "#".
  6.  
  7.  Example:
  8.   #This batchfile creates 36 frames
  9.   #of a morphing sphere and shows the result
  10.   load(1,s1)
  11.   load(2,s2)
  12.   morph(1,2,36,obj,)
  13.   kill
  14.   loadseq(1,36,obj,1)
  15.   windowseq(1,36)
  16.  
  17.  NOTE: You can execute batchfiles from batchfiles, this works
  18.        in ARexx-mode, too.
  19.